home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / BGWindow.h < prev    next >
Encoding:
Text File  |  1992-04-05  |  298 b   |  14 lines

  1. #import <appkit/Window.h>
  2.  
  3.  
  4. @interface BGWindow: Window
  5.  
  6.  
  7. - composite: (int) op fromRect: (const NXRect *) aRect toPoint: (const NXPoint *) aPnt ;
  8. - composite: (int) op toPoint: (const NXPoint *) aPnt ;
  9. - composite: (int) op ;
  10. - frame: (NXRect *) aFrame ;
  11. - (BOOL) lockFocus ;
  12. - unlockFocus ;
  13. @end
  14.